home *** CD-ROM | disk | FTP | other *** search
/ Shakespeare / Shakespeare (1991)(Creative Multimedia).iso / read.me < prev    next >
Text File  |  1991-09-06  |  4KB  |  112 lines

  1. /* Version 1.2h */
  2. /* Dated 6-September-1991 */
  3.  
  4. New features with version 1.2 of DiscPassage
  5. --------------------------------------------
  6.  
  7. . Memory Usage
  8.   DiscPassage now uses virtual memory, so it will automatically take
  9.   advantage of any expanded or extended memory on your system.  It is
  10.   *very important* that you run the SETUP.EXE program provided with your
  11.   floppy update.  In particular, the software depends on an environment
  12.   variable, TMP, for its use of virtual memory.  This variable should be
  13.   set to a *writable* location.  If you run DiscPassage from the dp.bat
  14.   file (copied by SETUP to the root of your hard drive), you should not
  15.   experience any problems.
  16.  
  17.   The SETUP.EXE program will now create the appropriate commands in
  18.   dp.bat which set up the TMP environment string for proper execution.
  19.   However, if you have no environment space left, you may need to set TMP
  20.   yourself in your autoexec.bat, as follows:
  21.  
  22.     set TMP=c:\discpass
  23.  
  24.   with a writable location for the software to use during its operation
  25.   (i.e. it cannot be set to the CD-ROM drive).
  26.  
  27.   If you want to increase the size of your environment space (the default
  28.   size is 128 bytes for MS-DOS), you can add the following line to your
  29.   config.sys file:
  30.  
  31.     shell = c:\command.com /e:1024 /p
  32.  
  33.   where c:\ is the location of command.com, and you wish to increase the
  34.   environment size to 1024 bytes.
  35.  
  36. . Packed File Support
  37.   DiscPassage now supports large numbers of files on disc, and allows for
  38.   files to live in 'packages' for more efficient operation on MS-DOS.  This
  39.   operation is completely transparent to the operation of the software.
  40.   The benefit to you as a user is more efficient retrieval of files from
  41.   CD-ROM, in cases where a large number of files is present on disc.
  42.  
  43. . Pioneer Audio Fix
  44.   Forcing an alternate drive letter from the command-line, for multi-drive
  45.   units such as the Pioneer 6-disc changer (DRM-600), would only play
  46.   audio selections for subsequent discs (not the first selected, if it was
  47.   not the first drive letter on the system).  Audio is now functional for
  48.   all drive letters, even when the drive-override from command-line option
  49.   is used.  You need to have version 1.03 or greater of the Pioneer driver.
  50.  
  51.  
  52. New features/fixes for 1.2d
  53. ---------------------------
  54. . Trident 1 Meg video card
  55.   Support has been added for the newer Trident video cards with 1 Megabyte
  56.   of video memory on board.
  57.  
  58.  
  59. New features/fixes for 1.2e
  60. ---------------------------
  61. . Text only operation
  62.   There is now a -vtextonly commandline option to suppress all images.  This
  63.   allows proper operation of EGA video cards, which may have had split text
  64.   displays (the new SVGA detection was the culprit).  This switch can also
  65.   be useful when running on a dual monitor system (say, both SVGA and MDA)
  66.   when text-only operation is desired.  Use this option as follows:
  67.  
  68.     dp -vtextonly
  69.  
  70.   when starting up DiscPassage.
  71.  
  72.  
  73. New features/fixes for 1.2f
  74. ---------------------------
  75. . When printing very wide tables (more than 100 characters wide), sometimes
  76.   the second page printed improperly.  This has been corrected.  Some medical
  77.   CD-ROM's contained a few wide tables which manifested this problem.
  78.  
  79.  
  80. New features/fixes for 1.2g
  81. ---------------------------
  82. . Support has been added for 'The Family Doctor' CD-ROM.
  83.  
  84.  
  85. New features/fixes for 1.2h
  86. ---------------------------
  87. . A new video option has been added, which allows you to force text display
  88.   to black and white.  This option was added primarily to support Braille
  89.   users with EGA video.  This option will work in conjunction with other
  90.   -v option switches.
  91.  
  92.   In particular, if you are a Braille user with EGA, you should use
  93.   DiscPassage in the following manner:
  94.  
  95.         dp -vtextonly -vmono
  96.   in order to view text properly on an EGA display, in black and white.
  97.   This option may also be helpful for display on some laptops.
  98.  
  99. . Additional support for new Genoa SVGA BIOS releases has been added.
  100.   Previous versions of DiscPassage only supported earlier versions of the
  101.   BIOS.
  102.  
  103. . The video option -vmode13, which is available for standard VGA systems
  104.   which do not support mode $13x (Video 7 with only 256K video memory, for
  105.   example) was broken; this has been fixed.
  106.  
  107. . A new version of the installation program 'SETUP.EXE' allows installation
  108.   to a subdirectory of your choice.
  109.  
  110.  
  111. /* Version 1.2h */
  112.